home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / SearchPopup.xml236 < prev    next >
Text File  |  2007-08-20  |  5KB  |  93 lines

  1. <settings>
  2.     <!-- Text style -->
  3.     <TextStyles>
  4.     </TextStyles>
  5.  
  6.     <!-- Placements -->
  7.     <Placements>
  8.         <Placement name="PopupBackground" loc="5,5" size="90,90"/>
  9.         <Placement name="FirstLetter" loc="10.0,18" size="4,4.5"  rows="7" offset="5.0" letters="ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"/>
  10.         <Placement name="ShowName" loc="15.0,18" size="45,4.5"  rows="7" offset="5.0"/>
  11.         <Placement name="AirTime" loc="60.4,18" size="29,4.5"  rows="7" offset="5.0"/>
  12.         <Placement name="SelectedShowDetails" loc="10.5,55"/>
  13.         <Placement name="FreeText" loc="26,10"/>
  14.     </Placements>
  15.  
  16.     <!-- Composite Images -->
  17.     <CompositeImages>
  18.         <CompositeImage name="PopupBackground" size="90,90">
  19.             <DrawRoundedRect loc="2,2" size="96,96" fillColor="PopupBackground" borderColor="PopupBorder" radius="@PopupCornerRadius" borderWidth="@PopupBorderWidth"/>                        
  20.             <DrawText text="Search Text: " loc="5,6" size="16,10" textStyle="GeneralTextStyle" align="Left"/>
  21.         </CompositeImage>
  22.  
  23.         <!-- selected show details -->
  24.         <CompositeImage name="SelectedShowDetails" size="80,35">
  25.             <DrawText text="@title" visible="@hasNoChannelIcon" loc="0,5" size="100,20" textStyle="GeneralTextHeaderStyle" align="Left"/>
  26.             <DrawText text="@channelAirtime" visible="@hasNoChannelIcon" loc="0,16" size="100,20" textStyle="GeneralTextStyle" align="Left"/>
  27.             <DrawText text="@subtitle" visible="@hasNoChannelIcon" loc="0,26" size="100,20" textStyle="GeneralTextStyle" align="Left"/>
  28.  
  29.             <DrawText text="@title" visible="@hasChannelIcon" loc="11,5" size="88,20" textStyle="GeneralTextHeaderStyle" align="Left"/>
  30.             <DrawText text="@channelAirtime" visible="@hasChannelIcon" loc="11,16" size="88,20" textStyle="GeneralTextStyle" align="Left"/>
  31.             <DrawText text="@subtitle" visible="@hasChannelIcon" loc="11,26" size="88,20" textStyle="GeneralTextStyle" align="Left"/>
  32.  
  33.             <DrawImage filename="@channelIcon" loc="0,4" size="9,20"/>
  34.  
  35.             <DrawText text="@description" loc="0,40" size="100,60" textStyle="GeneralTextStyle" align="Left"/>
  36.         </CompositeImage>
  37.         
  38.         <!-- free text -->
  39.         <CompositeImage name="FreeText" size="60,4.5">
  40.             <DrawCommonImage name="ListViewSelectedItemBackground"/>
  41.             <DrawText text="@freetext" loc="3,0" size="94,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  42.         </CompositeImage>
  43.  
  44.  
  45.         <!-- First letter -->
  46.         <CompositeImage name="FirstLetterListNormal" size="4,4.5">
  47.             <DrawCommonImage name="ListViewNormalItemBackground"/>
  48.             <DrawText text="@firstLetter" loc="0,0" size="100,100" wrap="false" textStyle="GeneralTextStyle" align="Center" valign="Center"/>
  49.         </CompositeImage>
  50.  
  51.         <CompositeImage name="FirstLetterListSelected" size="4,4.5">
  52.             <DrawCommonImage name="ListViewSelectedItemBackground"/>
  53.             <DrawText text="@firstLetter" loc="0,0" size="100,100" wrap="false" textStyle="GeneralTextStyle" align="Center" valign="Center"/>
  54.         </CompositeImage>
  55.  
  56.         <CompositeImage name="FirstLetterListSelectedInactive" size="4,4.5">
  57.             <DrawCommonImage name="ListViewSelectedInactiveItemBackground"/>
  58.             <DrawText text="@firstLetter" loc="0,0" size="100,100" wrap="false" textStyle="GeneralTextStyle" align="Center" valign="Center"/>
  59.         </CompositeImage>
  60.         
  61.         <!-- Show name -->
  62.         <CompositeImage name="ShowNameListNormal" size="45,4.5">
  63.             <DrawCommonImage name="ListViewNormalItemBackground"/>
  64.             <DrawText text="@showName" loc="2,0" size="96,100" wrap="false" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  65.         </CompositeImage>
  66.  
  67.         <CompositeImage name="ShowNameListSelected" size="45,4.5">
  68.             <DrawCommonImage name="ListViewSelectedItemBackground"/>
  69.             <DrawText text="@showName" loc="2,0" size="96,100" wrap="false" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  70.         </CompositeImage>
  71.  
  72.         <CompositeImage name="ShowNameListSelectedInactive" size="45,4.5">
  73.             <DrawCommonImage name="ListViewSelectedInactiveItemBackground"/>
  74.             <DrawText text="@showName" loc="2,0" size="96,100" wrap="false" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  75.         </CompositeImage>
  76.         
  77.         <!-- Air times -->
  78.         <CompositeImage name="AirTimeListNormal" size="29,4.5">
  79.             <DrawCommonImage name="ListViewNormalItemBackground"/>
  80.             <DrawText text="@airDate" loc="2,0" size="96,100" wrap="false" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  81.         </CompositeImage>
  82.  
  83.         <CompositeImage name="AirTimeListSelected" size="29,4.5">
  84.             <DrawCommonImage name="ListViewSelectedItemBackground"/>
  85.             <DrawText text="@airDate" loc="2,0" size="96,100" wrap="false" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  86.         </CompositeImage>
  87.  
  88.         <CompositeImage name="AirTimeListSelectedInactive" size="29,4.5">
  89.             <DrawCommonImage name="ListViewSelectedInactiveItemBackground"/>
  90.             <DrawText text="@airDate" loc="2,0" size="96,100" wrap="false" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  91.         </CompositeImage>        
  92.     </CompositeImages>
  93. </settings>